Log(Logger,string,string,int,string,string,int,DicomCommandType,DateTime,LogType,MessageDirection,string,DicomDataSet,Dictionary<string,object>) Method

Summary
Logs the specified DICOM information.
Syntax
C#
C++/CLI
public:  
   [ExtensionAttribute] 
   static void Log( 
       Logger^ logger, 
      String^ serverAETitle, 
      String^ serverIPAddress, 
      Int32 serverPort, 
      String^ clientAETitle, 
      String^ clientIPAddress, 
      Int32 clientPort, 
      DicomCommandType^ command, 
      DateTime^ dateTime, 
      LogType^ type, 
      MessageDirection^ messageDirection, 
      String^ description, 
      DicomDataSet^ dicomDataset, 
      Dictionary<String^, Object^>^ customInformation 
   ) 

Parameters

logger
The logger to send the message to.

serverAETitle
The server AE title.

serverIPAddress
The server IP address.

serverPort
The server port.

clientAETitle
The client AE title.

clientIPAddress
The client IP address.

clientPort
The client port.

command
The DICOM command type.

dateTime
The date time of this message.

type
The message lot type.

messageDirection
The message direction.

description
The description of this message.

dicomDataset
The DICOM dataset associated with this message.

customInformation
The custom information.

Requirements

Target Platforms

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.